home *** CD-ROM | disk | FTP | other *** search
/ Champak 139 / (Vol 139) Sep 24 2011.iso / Games / santa_mobile.swf / scripts / frame_1 / DoAction.as < prev   
Text File  |  2011-09-24  |  234b  |  11 lines

  1. setProperty("Zap", _xscale, _root.getBytesLoaded() / _root.getBytesTotal() * 1130);
  2. if(_root.getBytesLoaded() >= _root.getBytesTotal())
  3. {
  4.    stop();
  5.    tellTarget("_root")
  6.    {
  7.       gotoAndStop("nor");
  8.       play();
  9.    }
  10. }
  11.